home *** CD-ROM | disk | FTP | other *** search
- this.slider.onPress = function()
- {
- this._parent.onEnterFrame = function()
- {
- _root.changeVol(this);
- };
- };
- this.slider.onRelease = function()
- {
- delete this._parent.onEnterFrame;
- };
- this.slider.onReleaseOutside = function()
- {
- delete this._parent.onEnterFrame;
- };
- this.tracks.onPress = function()
- {
- _root.switchTracks();
- };
-